home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Birth of Jesus Activity Center
/
Birth of Jesus Activity Center.iso
/
mac
/
data
/
babyj.dir
/
00005_Script_5
< prev
next >
Wrap
Text File
|
1997-11-02
|
743b
|
30 lines
-- wait for click
global gIntroFlashList, gIntroFlashIndex, gIntroFlashTimer
on exitFrame
if soundbusy(1) = FALSE then
puppetsound 0
-- enableMouseEvents
else
if gIntroFlashIndex <= count(gIntroFlashList) then
set event = getAt(gIntroFlashList, gIntroFlashIndex)
if ((the timer - gIntroFlashTimer) > getAt(event, 1)) then
if objectP(getAt(event, 2)) then
flash getAt(event, 2)
else
flashSprite getAt(event, 2), getAt(event, 3)
end if
set gIntroFlashIndex = gIntroFlashIndex + 1
end if
end if
go to the frame
end if
end
on mouseDown
puppetsound 0
-- enableMouseEvents
go to the frame + 1
end on mouseDown